CancellableEvent

abstract class CancellableEvent : Event(source)

This is the base class for all cancellable events provided by the Weave Loader, extending Event.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:JvmName(name = "isCancelled")
var cancelled: Boolean

This field defines whether the event is cancelled or not. Any mod can cancel and un-cancel an event. What an event does when cancelled is event-specific, and noted in that event's documentation.